home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / MurrinaCandy / gtk-2.0 / gtkrc
Text File  |  2006-11-12  |  5KB  |  216 lines

  1. style "theme-default"
  2. {
  3.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  4.   GtkRange       ::trough_border     = 0
  5.   GtkPaned       ::handle_size       = 6
  6.   GtkRange       ::slider_width      = 15
  7.   GtkRange       ::stepper_size      = 15
  8.  
  9.   GtkScrollbar   ::min_slider_length = 30
  10.   GtkCheckButton ::indicator_size    = 14
  11.   GtkMenuBar     ::internal-padding  = 0
  12.   GtkTreeView    ::expander_size     = 14
  13.   GtkExpander    ::expander_size     = 16
  14.   GtkScale       ::slider-length     = 24
  15.   
  16.   xthickness = 1
  17.   ythickness = 1
  18.  
  19.   fg[NORMAL]        = "#222222"
  20.   fg[PRELIGHT]      = "#222222"
  21.   fg[SELECTED]      = "#ffffff"
  22.   fg[ACTIVE]        = "#505050"
  23.   fg[INSENSITIVE]   = "#b5b3ac"
  24.  
  25.   bg[NORMAL]        = "#e7e7e7"
  26.   bg[PRELIGHT]      = "#efefef"
  27.   bg[SELECTED]         = "#a3b8cc"
  28.   bg[INSENSITIVE]   = "#efefef"
  29.   bg[ACTIVE]        = "#f5f5f5" # this (strangely) controls inactive tab BGs
  30.  
  31.   base[NORMAL]      = "#ffffff"
  32.   base[PRELIGHT]    = "#6590b8"
  33.   base[ACTIVE]      = "#c0d3e5"
  34.   base[SELECTED]    = "#E6AB73"
  35.   base[INSENSITIVE] = "#e8e8e8"
  36.  
  37.   text[NORMAL]      = "#505050"
  38.   text[PRELIGHT]    = "#505050"
  39.   text[ACTIVE]      = "#505050"
  40.   text[SELECTED]    = "#ffffff"
  41.   text[INSENSITIVE] = "#b5b5b5"
  42.  
  43.   engine "murrine" 
  44.   {
  45. menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
  46.      scrollbar_color     = "#c0d3e5"
  47.      contrast                = 1.0
  48. glazestyle = 0 # 0 = flat hilight, 1 = curved hilight, 2 = concave style
  49.      menubarstyle = 3 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
  50.      menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
  51. menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
  52.      listviewheaderstyle = 1 # 0 = flat, 1 = glassy
  53.      roundness = 1 # 0 = squared, 1 = old default, more will increase roundness
  54.     animation = TRUE # FALSE = disabled, TRUE = enabled
  55.   }
  56. }
  57.  
  58.  
  59. style "theme-wide" = "theme-default"
  60. {
  61.   xthickness = 2
  62.   ythickness = 2
  63. }
  64.  
  65. style "theme-wider" = "theme-default"
  66. {
  67.   xthickness = 3
  68.   ythickness = 3
  69. }
  70.  
  71. style "theme-entry" = "theme-wider"
  72. {
  73.   bg[SELECTED]        = "#E6AB73"
  74. }
  75.  
  76. style "theme-button" = "theme-wider"
  77. {
  78.   bg[NORMAL]        = "#f2f2f2"
  79.   bg[INSENSITIVE]   = "#f0f0f0"
  80.   bg[PRELIGHT]      = "#c0d3e5"
  81.   bg[ACTIVE]         = "#E6B78A"
  82. }
  83.  
  84. style "theme-notebook" = "theme-wide"
  85. {
  86.   bg[NORMAL]      = "#efefef"
  87.   bg[INSENSITIVE] = "#efefef"
  88.   bg[SELECTED]    = "#E6B78A"
  89. }
  90.  
  91. style "theme-tasklist" = "theme-default"
  92. {
  93.   xthickness = 5
  94.   ythickness = 3
  95. }
  96.  
  97. style "theme-menu" = "theme-default"
  98. {
  99.   xthickness = 2
  100.   ythickness = 1
  101. }
  102.  
  103. style "theme-menu-item" = "theme-default"
  104. {
  105.   ythickness = 3
  106.   fg[NORMAL] = "#505050"
  107.   #fg[PRELIGHT] = "#ffffff"
  108.   text[PRELIGHT] = "#505050"
  109. }
  110.  
  111. style "theme-menubar" = "theme-default"
  112. {
  113.   bg[NORMAL] = "#c0d3e5"
  114.   fg[NORMAL] = "#505050"
  115.   fg[ACTIVE] = "#505050"
  116.   text[NORMAL] = "#505050"
  117.   text[PRELIGHT] = "#505050"
  118.   base[PRELIGHT] = "#63E62E"
  119.   base[SELECTED] = "#4DB224"
  120. }
  121.  
  122. style "theme-menubar-item"
  123. {
  124.     ythickness = 4
  125.     fg[PRELIGHT] = "#505050"
  126.     bg[PRELIGHT] = "#c0d3e5"
  127. }
  128.  
  129. style "theme-tree" = "theme-default"
  130. {
  131.   xthickness = 2
  132.   ythickness = 2
  133. }
  134.  
  135. style "theme-frame-title" = "theme-default"
  136. {
  137.   fg[NORMAL] = "#404040"
  138. }
  139.  
  140. style "theme-tooltips" = "theme-default"
  141. {
  142.   xthickness = 4
  143.   ythickness = 4
  144.   bg[NORMAL] = { 1.0,1.0,0.75 }
  145. }
  146.  
  147. style "theme-progressbar" = "theme-wide"
  148. {
  149.   xthickness = 1
  150.   ythickness = 1
  151.   fg[PRELIGHT]  = "#ffffff"
  152. }
  153.  
  154. style "theme-combo" = "theme-button"
  155. {
  156. }
  157.  
  158. style "metacity-frame"
  159. {
  160.   # Normal base color
  161.   #bg[NORMAL]  = "#bbbbbb"
  162.  
  163.   # Unfocused title background color
  164.   #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
  165.  
  166.   # Unfocused title text color
  167.   #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
  168.  
  169.   # Focused icon color
  170.   #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
  171.  
  172.   # Focused title background color
  173.   #bg[SELECTED]  = "#444444"
  174.   #base[ACTIVE]  = "#f2f2f2"
  175.  
  176.   # Focused title text color
  177.   fg[SELECTED]  = "#ffffff"
  178. }
  179. class "MetaFrames"       style "metacity-frame"
  180. class "GtkWindow"      style "metacity-frame"
  181.  
  182. # widget styles
  183. class "GtkWidget"      style "theme-default"
  184. class "GtkButton"      style "theme-button"
  185. class "GtkScale"       style "theme-button"
  186. class "GtkCombo"       style "theme-button"
  187. class "GtkRange"       style "theme-wide"
  188. class "GtkFrame"       style "theme-wide"
  189. class "GtkMenu"        style "theme-menu"
  190. class "GtkEntry"       style "theme-entry"
  191. class "GtkMenuItem"    style "theme-menu-item"
  192. class "GtkNotebook"    style "theme-notebook"
  193. class "GtkProgressBar" style "theme-progressbar"
  194. class "*MenuBar*"      style "theme-menubar"
  195.  
  196. widget_class "*MenuItem.*" style "theme-menu-item"
  197. widget_class "*MenuBar.*"  style "theme-menubar-item"
  198.  
  199. # combobox stuff
  200. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  201. widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
  202. # tooltips stuff
  203. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  204. widget "gtk-tooltips" style "theme-tooltips"
  205.  
  206. # treeview stuff
  207. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  208. widget_class "*.GtkCTree.GtkButton" style "theme-tree"
  209. widget_class "*.GtkList.GtkButton" style "theme-tree"
  210. widget_class "*.GtkCList.GtkButton" style "theme-tree"
  211. widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
  212.  
  213. # notebook stuff
  214. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  215. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
  216.